home *** CD-ROM | disk | FTP | other *** search
- DrawPageLayout = {
- ACTIONS = {
- pickedUnits:;
- savePrintInfoAsDefault:;
- };
- OUTLETS = {
- makeThisDefaultButton;
- topMargin;
- leftMargin;
- rightMargin;
- bottomMargin;
- };
- SUPERCLASS = PageLayout;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PageLayout = {
- ACTIONS = {
- pickedPaperSize:;
- pickedUnits:;
- pickedButton:;
- pickedLayout:;
- pickedOrientation:;
- };
- OUTLETS = {
- ok;
- unitsList;
- paperView;
- paperSizeList;
- scale;
- orientation;
- cancel;
- height;
- accessoryView;
- layoutList;
- appIcon;
- width;
- };
- SUPERCLASS = Panel;
- };
-